type github.com/andybalholm/brotli.blockSplitCode
4 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L149: type blockSplitCode struct {
brotli_bit_stream.go#L1011: func storeBlockSwitch(code *blockSplitCode, block_len uint32, block_type byte, is_first_block bool, storage_ix *uint, storage []byte) {
brotli_bit_stream.go#L1031: func buildAndStoreBlockSplitCode(types []byte, lengths []uint32, num_blocks uint, num_types uint, tree []huffmanTree, code *blockSplitCode, storage_ix *uint, storage []byte) {
brotli_bit_stream.go#L1108: block_split_code_ blockSplitCode
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |